JMGetCurrentEnv
Returns the currentJRIEnv
data structure.
struct JRIEnv* JMGetCurrentEnv (JMSessionRef session);
session
- The current session.
- function result
- A pointer to the
JRIEnv
data structure.DISCUSSION
TheJMGetCurrentEnv
function allows you to obtain the current Java Runtime Interface (JRI). Once you have theJRIEnv
structure, you can call JRI functions. The data structureJRIEnv
is defined in the header fileJRI.h
.SEE ALSO
"Executing Java Applications" (page 31).Documentation for the Java Runtime Interface at
http://developer.netscape.com/